Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: appscode-cloud/installer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1cbc1ef
Choose a base ref
...
head repository: appscode-cloud/installer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da4d140
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on May 11, 2026

  1. Use dynamic github token

    Signed-off-by: Tamal Saha <tamal@appscode.com>
    tamalsaha committed May 11, 2026
    Configuration menu
    Copy the full SHA
    32db8f3 View commit details
    Browse the repository at this point in the history
  2. Harden GitHub Actions workflows

    - Pin every action ref to a full-length commit SHA with a trailing
      version comment, so floating tags like @v4 can't be re-pointed at
      malicious code.
    - Bump outdated actions/checkout@v1 to @v4.3.1 (where present).
    - Tag-triggered workflows now check out with fetch-depth: 1 and
      fetch-tags: true so the tag ref is available downstream.
    - release-tracker.yml grants contents: write at the job level so the
      default GITHUB_TOKEN can push commits/tags back to the repo.
    
    Signed-off-by: Tamal Saha <tamal@appscode.com>
    tamalsaha committed May 11, 2026
    Configuration menu
    Copy the full SHA
    11e9da5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. cve-report.yml: use LGTM App token

    Signed-off-by: Tamal Saha <tamal@appscode.com>
    tamalsaha committed May 13, 2026
    Configuration menu
    Copy the full SHA
    da4d140 View commit details
    Browse the repository at this point in the history
Loading