Skip to content

Commit 1c9e28f

Browse files
authored
ci(workflows): pin 3rd party actions (#341)
1 parent f54e6d9 commit 1c9e28f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "✅ Valid tag: $TAG"
5151
5252
- name: Checkout
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454
with:
5555
ref: ${{ inputs.ref || github.event.repository.default_branch }}
5656
persist-credentials: false
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: GCP auth
6262
id: gcp-auth
63-
uses: google-github-actions/auth@v3
63+
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
6464
with:
6565
token_format: access_token
6666
service_account: artifact-writer@${{ secrets.GCP_PROJECT_NAME }}.iam.gserviceaccount.com

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Dependabot metadata
1818
id: dependabot-metadata
19-
uses: dependabot/fetch-metadata@v2
19+
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4.0
2020
with:
2121
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
2222

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2727

2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
with:
3131
persist-credentials: false
3232

3333
- name: Install Node
34-
uses: actions/setup-node@v6
34+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3535
with:
3636
node-version-file: ".nvmrc"
3737
package-manager-cache: false

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Release
18-
uses: GoogleCloudPlatform/release-please-action@v4
18+
uses: GoogleCloudPlatform/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
1919
id: release

0 commit comments

Comments
 (0)