Skip to content

Commit 20254b6

Browse files
committed
1 parent e399cad commit 20254b6

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
GOPATH: /home/runner/go
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
with:
2525
fetch-depth: 0
2626

@@ -31,12 +31,12 @@ jobs:
3131
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
3232
3333
- name: Set up Go
34-
uses: actions/setup-go@v6
34+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3535
with:
3636
go-version: ${{ steps.go_version.outputs.version }}
3737

3838
- name: Cache Godel assets
39-
uses: actions/cache@v5
39+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4040
with:
4141
path: ~/.godel
4242
key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}
@@ -55,7 +55,7 @@ jobs:
5555
GOPATH: /home/runner/go
5656

5757
steps:
58-
- uses: actions/checkout@v6
58+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5959
with:
6060
fetch-depth: 0
6161

@@ -66,12 +66,12 @@ jobs:
6666
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
6767
6868
- name: Set up Go
69-
uses: actions/setup-go@v6
69+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7070
with:
7171
go-version: ${{ steps.go_version.outputs.version }}
7272

7373
- name: Cache Godel assets
74-
uses: actions/cache@v5
74+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
7575
with:
7676
path: ~/.godel
7777
key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}
@@ -85,7 +85,7 @@ jobs:
8585
run: ./godelw docker build --verbose
8686

8787
- name: Archive distribution
88-
uses: actions/upload-artifact@v7
88+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8989
with:
9090
name: dist
9191
path: |
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Login to Docker Hub
100100
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
101-
uses: docker/login-action@v4
101+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
102102
with:
103103
username: ${{ secrets.DOCKERHUB_USERNAME }}
104104
password: ${{ secrets.DOCKERHUB_PASSWORD }}

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
# Initializes the CodeQL tools for scanning.
2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@v4
29+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
3030
with:
3131
languages: ${{ matrix.language }}
3232

@@ -37,12 +37,12 @@ jobs:
3737
echo "version=${GO_VERSION}" >> $GITHUB_OUTPUT
3838
3939
- name: Set up Go
40-
uses: actions/setup-go@v6
40+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4141
with:
4242
go-version: ${{ steps.go_version.outputs.version }}
4343

4444
- name: Autobuild for CodeQL
45-
uses: github/codeql-action/autobuild@v4
45+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v4
48+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: 'Dependency Review'
20-
uses: actions/dependency-review-action@v5
20+
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5

0 commit comments

Comments
 (0)