Merge pull request #6823 from jbampton/pin-all-actions

Pin remaining actions to hash
This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-05-11 13:07:12 +09:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22,12 +22,12 @@ jobs:
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.35.3
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4.35.3
uses: github/codeql-action/autobuild@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.35.3
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
with:
category: "Security"
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
mv .sha256 "$packagename.sha256"
)
- name: Release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
with:
draft: true
prerelease: ${{ contains(github.ref_name, '-rc') }}