Skip to content

Commit 084d61b

Browse files
aikido-autofix[bot]triceo
authored andcommitted
fix(security): autofix 3rd party Github Actions should be pinned
1 parent 44b7eae commit 084d61b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151
- uses: actions/checkout@v4
152152

153-
- uses: graalvm/setup-graalvm@v1
153+
- uses: graalvm/setup-graalvm@01ed653ac833fe80569f1ef9f25585ba2811baab # v1
154154
with:
155155
java-version: ${{matrix.java-version}}
156156
distribution: 'graalvm-community'

.github/workflows/pull_request_secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
- name: Deploy Documentation (Preview Mode)
328328
if: ${{ env.BRANCH_NAME != 'main' }}
329329
id: deploy
330-
uses: cloudflare/wrangler-action@v3
330+
uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
331331
with:
332332
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
333333
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Need Maven 3.9.0+ to recognize MAVEN_ARGS.
6868
- name: Set up Maven
69-
uses: stCarolas/setup-maven@v5
69+
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
7070
with:
7171
maven-version: 3.9.3
7272

@@ -96,7 +96,7 @@ jobs:
9696
git push origin $RELEASE_BRANCH_NAME
9797
9898
- name: Run JReleaser
99-
uses: jreleaser/release-action@v2
99+
uses: jreleaser/release-action@80ffb38fa759704eed4db5c7fcaae3ac1079473e # v2
100100
env:
101101
JRELEASER_DRY_RUN: ${{ github.event.inputs.dryRun }}
102102
JRELEASER_PROJECT_VERSION: ${{ github.event.inputs.version }}
@@ -117,5 +117,5 @@ jobs:
117117
out/jreleaser/output.properties
118118
119119
- name: Publish distribution to PyPI
120-
uses: pypa/gh-action-pypi-publish@release/v1
120+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # release/v1
121121
if: ${{ github.event.inputs.dryRun == 'false' }}

0 commit comments

Comments
 (0)