Skip to content

Commit 0a567f0

Browse files
pin GitHub Actions to latest versions with commit SHAs
1 parent 174433b commit 0a567f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/combine-prs.yml

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

4242
# Steps represent a sequence of tasks that will be executed as part of the job
4343
steps:
44-
- uses: actions/github-script@v8
44+
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4545
id: create-combined-pr
4646
name: Create Combined PR
4747
with:

.github/workflows/continous-integration-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

1515
- name: Install Python 3.13
16-
uses: actions/setup-python@v6
16+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1717
with:
1818
python-version: '3.13'
1919

@@ -34,7 +34,7 @@ jobs:
3434
- name: Create release (master only)
3535
id: create-release
3636
if: github.ref == 'refs/heads/master'
37-
uses: actions/create-release@v1
37+
uses: actions/create-release@0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e # v1.1.4
3838
continue-on-error: true
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)