Skip to content

Commit a33175b

Browse files
Merge pull request #58038 from nextcloud/ci/stable28-pin-actions
[stable28] Pin actions
2 parents 769b5a9 + d759d7a commit a33175b

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/command-compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Check actor permission
21-
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2
21+
uses: skjnldsv/check-actor-permission@e591dbfe838300c007028e1219ca82cc26e8d7c5 # v2.1
2222
with:
2323
require: write
2424

@@ -31,7 +31,7 @@ jobs:
3131
reactions: "+1"
3232

3333
- name: Parse command
34-
uses: skjnldsv/parse-command-comment@7cef1df370a99dfd5bf896d50121390c96785db8 # v2
34+
uses: skjnldsv/parse-command-comment@7cef1df370a99dfd5bf896d50121390c96785db8 # v2.0
3535
id: command
3636

3737
# Init path depending on which command is run

.github/workflows/cypress.yml

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

3232
- name: Check composer.json
3333
id: check_composer
34-
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2
34+
uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0
3535
with:
3636
files: "composer.json"
3737

.github/workflows/dependabot-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535

3636
# Nextcloud bot approve and merge request
37-
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
37+
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2.6.6
3838
with:
3939
target: minor
4040
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Create Pull Request
6060
if: always()
61-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
61+
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
6262
with:
6363
token: ${{ secrets.COMMAND_BOT_PAT }}
6464
commit-message: "chore(deps): fix npm audit"

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
php -S localhost:8080 &
4343
- name: Apply blueprint
44-
uses: icewind1991/blueprint@v0.1.2
44+
uses: icewind1991/blueprint@00504403f76cb2a09efd0d16793575055e6f63cb # v0.1.2
4545
with:
4646
blueprint: tests/blueprints/basic.toml
4747
ref: ${{ github.event.pull_request.head.ref }}
@@ -89,7 +89,7 @@ jobs:
8989
before.json
9090
after.json
9191
92-
- uses: actions/github-script@v7
92+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
9393
if: failure() && steps.compare.outcome == 'failure'
9494
with:
9595
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616

1717
steps:
18-
- uses: actions/stale@v8
18+
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
1919
with:
2020
repo-token: ${{ secrets.COMMAND_BOT_PAT }}
2121
stale-issue-message: >

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Upload Analysis results to GitHub
4242
if: always()
43-
uses: github/codeql-action/upload-sarif@v2
43+
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
4444
with:
4545
sarif_file: results.sarif
4646

@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Upload Security Analysis results to GitHub
7070
if: always()
71-
uses: github/codeql-action/upload-sarif@v2
71+
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
7272
with:
7373
sarif_file: results.sarif
7474

0 commit comments

Comments
 (0)