Skip to content

Commit c02f7ef

Browse files
authored
Pin third-party GitHub Actions (#560)
We should probably switch to Renovate's pin support here, but this is an easy first step.
1 parent 60c9f88 commit c02f7ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
python-version: '3.11'
7777

7878
- name: Set up Docker Buildx
79-
uses: docker/setup-buildx-action@v3
79+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
8080

8181
- name: Login to GitHub Container Registry
82-
uses: docker/login-action@v3
82+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
8383
with:
8484
registry: ghcr.io
8585
username: ${{ github.actor }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
submodules: recursive
3737

38-
- uses: extractions/setup-just@v2
38+
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2
3939

4040
# Perform a release in dry-run mode.
4141
- run: just release-dry-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: Install Cygwin Environment
112-
uses: cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9
112+
uses: cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9 # v2
113113
with:
114114
packages: autoconf automake libtool
115115

0 commit comments

Comments
 (0)