Skip to content

Commit 9debcff

Browse files
committed
Pins GH actions
1 parent 12aa104 commit 9debcff

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

.github/actions/docker-build-and-push/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: "composite"
2121
steps:
2222
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@v3
23+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2424

2525
- name: Login to GitHub Container Registry
2626
run: echo "${{ inputs.github-token }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

.github/workflows/check-typos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414

1515
- name: Check typos
16-
uses: crate-ci/[email protected]
16+
uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1.36.2
1717

.github/workflows/ci-pr-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout source
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515

1616
- name: Sanity check repo contents
1717
run: ls -la
@@ -20,7 +20,7 @@ jobs:
2020
run: sed -En 's/^go (.*)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
2121

2222
- name: Set up Go with cache
23-
uses: actions/setup-go@v6
23+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2424
with:
2525
go-version: "${{ env.GO_VERSION }}"
2626
cache-dependency-path: ./go.sum
@@ -37,7 +37,7 @@ jobs:
3737
run: go mod tidy
3838

3939
- name: Run lint checks
40-
uses: golangci/golangci-lint-action@v8
40+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
4141
with:
4242
version: 'v2.1.6'
4343
args: "--config=./.golangci.yml"

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout source
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

1717
- name: Set project name from repository
1818
id: version

.github/workflows/md-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818

1919
- name: Install lychee v0.18.1
2020
run: |

.github/workflows/non-main-gatekeeper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Add labels when base branch is not main
1212
if: github.event.pull_request.base.ref != 'main'
13-
uses: actions-ecosystem/action-add-labels@v1
13+
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
labels: |

.github/workflows/prow-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
prow-execute:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: jpmcb/[email protected]
19+
- uses: jpmcb/prow-github-actions@c44ac3a57d67639e39e4a4988b52049ef45b80dd # v2.0.0
2020
with:
2121
github-token: "${{ secrets.GITHUB_TOKEN }}"
2222
prow-commands: "/assign

.github/workflows/prow-pr-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
auto-merge:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: jpmcb/[email protected]
13+
- uses: jpmcb/prow-github-actions@c44ac3a57d67639e39e4a4988b52049ef45b80dd # v2.0.0
1414
with:
1515
jobs: 'lgtm'
1616
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/prow-pr-remove-lgtm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
execute:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: jpmcb/[email protected]
8+
- uses: jpmcb/prow-github-actions@c44ac3a57d67639e39e4a4988b52049ef45b80dd # v2.0.0
99
with:
1010
jobs: lgtm
1111
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/re-run-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.event.issue.pull_request }}
1111
runs-on: ubuntu-20.04
1212
steps:
13-
- uses: estroz/rerun-actions@main
13+
- uses: estroz/rerun-actions@6660c16a6581b198ac59545c06531a6077bf7be6 # main
1414
with:
1515
repo_token: ${{ secrets.GITHUB_TOKEN }}
1616
comment_id: ${{ github.event.comment.id }}

0 commit comments

Comments
 (0)