Skip to content

Downgrade actions/checkout version from v6 to v5 - #20

Closed
paulinebm wants to merge 2 commits into
mainfrom
paulinebm-patch-7
Closed

Downgrade actions/checkout version from v6 to v5#20
paulinebm wants to merge 2 commits into
mainfrom
paulinebm-patch-7

Conversation

@paulinebm

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinact found unpinned actions in this repo.

2 inline suggestion(s) below — click Apply suggestion on each.

Auto-fixable, but outside this PR's diff (run pinact run locally and commit):

  • .github/workflows/codeql-reusable.yml:48actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/codeql-reusable.yml:51github/codeql-action/init@v4github/codeql-action/init@9e0d7b8d25… # v4.35.5
  • .github/workflows/codeql-reusable.yml:59github/codeql-action/analyze@v4github/codeql-action/analyze@9e0d7b8d25… # v4.35.5
  • .github/workflows/codeql-reusable.yml:67actions/upload-artifact@v6actions/upload-artifact@b7c566a772… # v6.0.0
  • .github/workflows/codeql.yml:13huggingface/security-workflows/.github/workflows/codeql-reusable.yml@v1.2.0huggingface/security-workflows/.github/workflows/codeql-reusable.yml@e0d40aaf3c… # v1.2.0
  • .github/workflows/manual-create-release.yml:20actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/manual-create-release.yml:25actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/octoscan-reusable.yml:41actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/octoscan-reusable.yml:45synacktiv/action-octoscan@v1synacktiv/action-octoscan@6b1cf23438… # v1.0.0
  • .github/workflows/octoscan-reusable.yml:52github/codeql-action/upload-sarif@v3github/codeql-action/upload-sarif@458d36d7d4… # v3.35.5
  • .github/workflows/octoscan-reusable.yml:59actions/upload-artifact@v6actions/upload-artifact@b7c566a772… # v6.0.0
  • .github/workflows/semantic-create-release-and-update-major.yml:19actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/semantic-create-release-and-update-major.yml:24actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/update-major-version-tag.yml:24actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2

Comment thread .github/workflows/permissions-advisor-reusable.yml Outdated
uses: actions/checkout@v5

- name: Run Advisor
uses: GitHubSecurityLab/actions-permissions/advisor@v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin to a 40-char SHA.

Suggested change
uses: GitHubSecurityLab/actions-permissions/advisor@v1
uses: GitHubSecurityLab/actions-permissions/advisor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0.2-beta9

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinact found unpinned actions in this repo.

1 inline suggestion(s) below — click Apply suggestion on each.

Auto-fixable, but outside this PR's diff (run pinact run locally and commit):

  • .github/workflows/codeql-reusable.yml:48actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/codeql-reusable.yml:51github/codeql-action/init@v4github/codeql-action/init@9e0d7b8d25… # v4.35.5
  • .github/workflows/codeql-reusable.yml:59github/codeql-action/analyze@v4github/codeql-action/analyze@9e0d7b8d25… # v4.35.5
  • .github/workflows/codeql-reusable.yml:67actions/upload-artifact@v6actions/upload-artifact@b7c566a772… # v6.0.0
  • .github/workflows/codeql.yml:13huggingface/security-workflows/.github/workflows/codeql-reusable.yml@v1.2.0huggingface/security-workflows/.github/workflows/codeql-reusable.yml@e0d40aaf3c… # v1.2.0
  • .github/workflows/manual-create-release.yml:20actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/manual-create-release.yml:25actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/octoscan-reusable.yml:41actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/octoscan-reusable.yml:45synacktiv/action-octoscan@v1synacktiv/action-octoscan@6b1cf23438… # v1.0.0
  • .github/workflows/octoscan-reusable.yml:52github/codeql-action/upload-sarif@v3github/codeql-action/upload-sarif@458d36d7d4… # v3.35.5
  • .github/workflows/octoscan-reusable.yml:59actions/upload-artifact@v6actions/upload-artifact@b7c566a772… # v6.0.0
  • .github/workflows/semantic-create-release-and-update-major.yml:19actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/semantic-create-release-and-update-major.yml:24actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2
  • .github/workflows/update-major-version-tag.yml:24actions/checkout@v6actions/checkout@de0fac2e45… # v6.0.2

uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

- name: Run Advisor
uses: GitHubSecurityLab/actions-permissions/advisor@v1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin to a 40-char SHA.

Suggested change
uses: GitHubSecurityLab/actions-permissions/advisor@v1
uses: GitHubSecurityLab/actions-permissions/advisor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0.2-beta9

@paulinebm paulinebm closed this May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant