Skip to content

Commit 73c327c

Browse files
authored
fix: Pin all external github actions to their corresponding commit SHAs (#378)
* Pin all external github actions to their corresponding commit SHAs * Update security actions to use the latest commit
1 parent 5b4474d commit 73c327c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Produces SBOM and CVE report
2929
# Helps understand vulnerabilities / license compliance across third party dependencies
3030
- id: sca-project
31-
uses: Kong/public-shared-actions/security-actions/sca@2f02738ecb1670f01391162e43fe3f5d4e7942a1 # v2.2.2
31+
uses: Kong/public-shared-actions/security-actions/sca@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1
3232
with:
3333
dir: ${{ github.repository }}
3434
upload-sbom-release-assets: true

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
token: ${{ secrets.PAT_INSOMNIA_INFRA }}
2323

2424
- name: Configure Git user
25-
uses: Homebrew/actions/git-user-config@master
25+
uses: Homebrew/actions/git-user-config@266845213695c3047d210b2e8fbc42ecdaf45802 # master
2626
with:
2727
username: ${{ (github.event_name == 'workflow_dispatch' && github.actor) || 'insomnia-infra' }}
2828

@@ -48,7 +48,7 @@ jobs:
4848
git push origin master
4949
5050
- name: Create Tag and Release
51-
uses: ncipollo/release-action@v1
51+
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1
5252
id: core_tag_and_release
5353
with:
5454
tag: v${{ env.TAG }}

.github/workflows/sast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- uses: Kong/public-shared-actions/security-actions/semgrep@bd3d75259607dd015bea3b3313123f53b80e9d7f
25+
- uses: Kong/public-shared-actions/security-actions/semgrep@a18abf762d6e2444bcbfd20de70451ea1e3bc1b1

0 commit comments

Comments
 (0)