Skip to content

Commit 505d633

Browse files
ci(gh): Pin action to a hash
Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 8b92f69 commit 505d633

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/performance.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ref: ${{ github.event.pull_request.base.ref }}
3636

3737
- name: Set up php ${{ matrix.php-versions }}
38-
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a #v2.33.0
38+
uses: shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # v2.33.0
3939
with:
4040
php-version: ${{ matrix.php-versions }}
4141
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
@@ -49,7 +49,7 @@ jobs:
4949
5050
php -S localhost:8080 &
5151
- name: Apply blueprint
52-
uses: icewind1991/[email protected]
52+
uses: icewind1991/blueprint@00504403f76cb2a09efd0d16793575055e6f63cb # v0.1.2
5353
with:
5454
blueprint: tests/blueprints/basic.toml
5555
ref: ${{ github.event.pull_request.head.ref }}
@@ -98,7 +98,7 @@ jobs:
9898
before.json
9999
after.json
100100
101-
- uses: actions/github-script@v7
101+
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
102102
if: failure() && steps.compare.outcome == 'failure'
103103
with:
104104
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write
1818

1919
steps:
20-
- uses: actions/stale@v9
20+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
2121
with:
2222
repo-token: ${{ secrets.COMMAND_BOT_PAT }}
2323
stale-issue-message: >

.github/workflows/static-code-analysis.yml

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

8181
- name: Upload Security Analysis results to GitHub
8282
if: always()
83-
uses: github/codeql-action/upload-sarif@v3
83+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3
8484
with:
8585
sarif_file: results.sarif
8686

0 commit comments

Comments
 (0)