Skip to content

Commit 793e9be

Browse files
Copilotccamel
andauthored
ci(workflow): pin CI action dependencies to immutable SHA revisions (#61)
Agent-Logs-Url: https://github.com/axone-protocol/prolog/sessions/24cc0355-8ca7-49cb-9afd-3c37cd707301 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ccamel <9574336+ccamel@users.noreply.github.com>
1 parent 2bc5284 commit 793e9be

9 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Add issue to project
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1.0.2
13+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/axone-protocol/projects/2
1616
github-token: ${{ secrets.OPS_TOKEN }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v6
17+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1818
with:
1919
go-version: 1.24
2020

.github/workflows/follow-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Follow user
12-
uses: okp4/follow-contributor-action@v1.1.0
12+
uses: okp4/follow-contributor-action@d4a06d354ac63b2176649f7a13348d838cac4616 # v1.1.0
1313
with:
1414
username: ${{ github.event.pull_request.user.login }}
1515
token: ${{ secrets.OPS_TOKEN }}

.github/workflows/lint-commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Check out repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525
with:
2626
fetch-depth: 0
2727

2828
- name: Lint commit messages
29-
uses: wagoid/commitlint-github-action@v6
29+
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
3030
with:
3131
configFile: commitlint.config.cjs

.github/workflows/lint-markdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Check out repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929

3030
- name: Lint markdown files
31-
uses: DavidAnson/markdownlint-cli2-action@v23
31+
uses: DavidAnson/markdownlint-cli2-action@ce4853d43830c74c1753b39f3cf40f71c2031eb9 # v23
3232
with:
3333
globs: |
3434
**/*.md

.github/workflows/lint-shell-script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Check out repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727

2828
- name: Lint shell scripts
29-
uses: ludeeus/action-shellcheck@2.0.0
29+
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
3030
with:
3131
scandir: .
3232
version: "v0.11.0"

.github/workflows/lint-yaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
steps:
2929
- name: Check out repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131

3232
- name: Lint YAML files
33-
uses: ibiqlik/action-yamllint@v3.1.1
33+
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
3434
with:
3535
file_or_dir: .
3636
config_file: .yamllint.yaml

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Check out repository
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
with:
2525
token: ${{ secrets.OPS_TOKEN }}
2626

2727
- name: Import GPG key
28-
uses: crazy-max/ghaction-import-gpg@v7
28+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7
2929
with:
3030
gpg_private_key: ${{ secrets.BOT_GPG_PRIVATE_KEY }}
3131
passphrase: ${{ secrets.BOT_GPG_PASSPHRASE }}
@@ -34,12 +34,12 @@ jobs:
3434
git_commit_gpgsign: true
3535

3636
- name: Setup node
37-
uses: actions/setup-node@v6
37+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3838
with:
3939
node-version: 20
4040

4141
- name: Release project
42-
uses: cycjimmy/semantic-release-action@v5
42+
uses: cycjimmy/semantic-release-action@ba330626c4750c19d8299de843f05c7aa5574f62 # v5.0.2
4343
with:
4444
semantic_version: 22.0.5
4545
branch: main

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
test:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v6
17+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1818
with:
1919
go-version: 1.24
2020

2121
- name: Test
2222
run: go test -v -race -covermode=atomic -coverpkg=./... -coverprofile=coverage.txt ./...
2323

2424
- name: Codecov
25-
uses: codecov/codecov-action@v6
25+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)