Skip to content

Commit 8d10aaf

Browse files
chore: pin GitHub Actions to commit SHA
-e Signed-off-by: Quentin Laplanche <quentin.laplanche@docker.com>
1 parent fdc8c33 commit 8d10aaf

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/oci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
name: Lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1919
with:
2020
go-version-file: go.mod
2121
cache-dependency-path: go.sum
2222

2323
- name: Run golangci-lint
24-
uses: golangci/golangci-lint-action@v7
24+
uses: golangci/golangci-lint-action@9fae48acfc02a90574d7c304a1758ef9895495fa # v7
2525
with:
2626
version: v2.10.1

.github/workflows/oci-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
name: Bump version and tag
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
with:
2020
fetch-depth: "0"
2121

2222
- name: Bump version and push tag
23-
uses: anothrNick/github-tag-action@v1
23+
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
DEFAULT_BUMP: patch

.github/workflows/oci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
name: Test
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

18-
- uses: actions/setup-go@v5
18+
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
1919
with:
2020
go-version-file: go.mod
2121
cache-dependency-path: go.sum

0 commit comments

Comments
 (0)