Skip to content

Commit cbf5e00

Browse files
authored
Merge pull request #36 from nowsprinting/chore/pin-actions-sha
Pin GitHub Actions SHA
2 parents c4fc931 + 43480ad commit cbf5e00

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

.github/workflows/actionlint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
actions: read
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333

3434
- name: Lint workflow files
3535
shell: bash
3636
run: |
3737
bash <(curl -LsS --retry 2 https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
3838
./actionlint -color
3939
40-
- uses: 8398a7/action-slack@v3
40+
- uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3
4141
with:
4242
status: ${{ job.status }}
4343
fields: repo,message,job,pullRequest

.github/workflows/conflibot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
checks: write
2525

2626
steps:
27-
- uses: actions/checkout@v4
28-
- uses: wktk/conflibot@v1
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
- uses: wktk/conflibot@4881912dc3fe459059127d667251d5b324622299 # v1
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
exclude: ""

.github/workflows/metacheck.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
actions: read
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
with:
3030
submodules: false
3131
lfs: false
3232

33-
- uses: DeNA/unity-meta-check@v4
33+
- uses: DeNA/unity-meta-check@a2e35e2c0b652031facd143db6f0a438b49de38a # v4
3434

35-
- uses: 8398a7/action-slack@v3
35+
- uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3
3636
with:
3737
status: ${{ job.status }}
3838
fields: repo,message,job,pullRequest

.github/workflows/test-integration.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454

5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5858
with:
5959
submodules: false
6060
lfs: false
6161

62-
- uses: buildjet/cache@v4
62+
- uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4
6363
with:
6464
path: Library
6565
key: Library-linux-${{ matrix.unityVersion }}-${{ github.ref }}
@@ -79,7 +79,7 @@ jobs:
7979
run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"
8080

8181
- name: Run tests
82-
uses: game-ci/unity-test-runner@v4
82+
uses: game-ci/unity-test-runner@0ff419b913a3630032cbe0de48a0099b5a9f0ed9 # v4
8383
with:
8484
githubToken: ${{ secrets.GITHUB_TOKEN }}
8585
unityVersion: ${{ matrix.unityVersion }} # Default is `auto`
@@ -95,7 +95,7 @@ jobs:
9595
id: test
9696

9797
- name: Upload test results
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
9999
with:
100100
name: TestResults-Unity${{ matrix.unityVersion }}-${{ matrix.testMode }}
101101
path: |
@@ -112,7 +112,7 @@ jobs:
112112
actions: read
113113

114114
steps:
115-
- uses: Gamesight/[email protected]
115+
- uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0
116116
with:
117117
repo_token: ${{ secrets.GITHUB_TOKEN }}
118118
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

.github/workflows/test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757

5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161
with:
6262
submodules: false
6363
lfs: false
6464

65-
- uses: actions/cache@v4
65+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
6666
with:
6767
path: Library
6868
key: Library-linux-${{ matrix.unityVersion }}-${{ github.ref }}
@@ -82,7 +82,7 @@ jobs:
8282
run: echo "secret_key=UNITY_LICENSE_$(echo ${{ matrix.unityVersion }} | cut -c 1-4)" >> "$GITHUB_ENV"
8383

8484
- name: Run tests
85-
uses: game-ci/unity-test-runner@v4
85+
uses: game-ci/unity-test-runner@0ff419b913a3630032cbe0de48a0099b5a9f0ed9 # v4
8686
with:
8787
githubToken: ${{ secrets.GITHUB_TOKEN }}
8888
unityVersion: ${{ matrix.unityVersion }} # Default is `auto`
@@ -102,11 +102,11 @@ jobs:
102102
if: ${{ matrix.octocov }}
103103

104104
- name: Run octocov
105-
uses: k1LoW/octocov-action@v1
105+
uses: k1LoW/octocov-action@73d561f65d59e66899ed5c87e4621a913b5d5c20 # v1
106106
if: ${{ matrix.octocov }}
107107

108108
- name: Upload test results
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
110110
with:
111111
name: TestResults-Unity${{ matrix.unityVersion }}-${{ matrix.testMode }}
112112
path: |
@@ -123,7 +123,7 @@ jobs:
123123
actions: read
124124

125125
steps:
126-
- uses: Gamesight/[email protected]
126+
- uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0
127127
with:
128128
repo_token: ${{ secrets.GITHUB_TOKEN }}
129129
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)