Skip to content

Commit 6a340bf

Browse files
committed
fix(deps): pin dependencies
1 parent 4ee02dc commit 6a340bf

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/codeql-analysis.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v6
43+
uses: actions/checkout@v6.0.3
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v4
47+
uses: github/codeql-action/init@v4.36.2
4848
with:
4949
config-file: ./.github/codeql/codeql-config-${{ matrix.language }}.yml
5050
languages: ${{ matrix.language }}
5151

5252
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5353
# If this step fails, then you should remove it and run the build manually (see below)
5454
- name: Autobuild
55-
uses: github/codeql-action/autobuild@v4
55+
uses: github/codeql-action/autobuild@v4.36.2
5656

5757
# ℹ️ Command-line programs to run using the OS shell.
5858
# 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
6666
# make release
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v4
69+
uses: github/codeql-action/analyze@v4.36.2

.github/workflows/conventional-commit-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
permissions:
1515
pull-requests: read
1616
steps:
17-
- uses: amannn/action-semantic-pull-request@v6
17+
- uses: amannn/action-semantic-pull-request@v6.1.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v6.0.3
1313
with:
1414
token: ${{ secrets.DEVEX_BOT_TOKEN }}
1515

1616
- name: Setup node 24
17-
uses: actions/setup-node@v6
17+
uses: actions/setup-node@v6.4.0
1818
with:
1919
node-version: 24.11.1
2020

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
release-please-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: google-github-actions/release-please-action@v3
12+
- uses: google-github-actions/release-please-action@v3.7.13
1313
id: release
1414
with:
1515
package-name: ${{env.ACTION_NAME}}
1616
release-type: node
1717
token: ${{ github.token }}
1818
command: github-release
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v3.6.0
2020
- name: Tag major and minor versions
2121
if: ${{ steps.release.outputs.release_created }}
2222
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- release-please-release
3737
steps:
3838
- id: release-pr
39-
uses: google-github-actions/release-please-action@v3
39+
uses: google-github-actions/release-please-action@v3.7.13
4040
with:
4141
token: ${{ secrets.DEVEX_BOT_TOKEN }}
4242
release-type: node

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
statuses: write
4545
checks: write
4646
steps:
47-
- uses: actions/checkout@v6
47+
- uses: actions/checkout@v6.0.3
4848

4949
- name: Setup node 24
50-
uses: actions/setup-node@v6
50+
uses: actions/setup-node@v6.4.0
5151
with:
5252
node-version: 24.11.1
5353

@@ -62,7 +62,7 @@ jobs:
6262
run: npm run all
6363

6464
- name: Test Report
65-
uses: dorny/test-reporter@v1
65+
uses: dorny/test-reporter@v1.9.1
6666
if: success() || failure()
6767
with:
6868
name: JEST Tests

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v3.6.0
2020

2121
- name: Self-hosted Renovate
2222
uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@actions/core": "3.0.0",
88
"@octopusdeploy/api-client": "3.7.0",
9-
"axios": "^1.17.0",
9+
"axios": "1.17.0",
1010
"tmp": "0.2.7"
1111
},
1212
"description": "GitHub Action to Create a Release in Octopus Deploy",

0 commit comments

Comments
 (0)