Skip to content

Commit 8dba68c

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------- | ------ | ------ | | github-tags | actions/setup-node | v4.0.0 | v4.0.2 | | github-tags | actions/upload-artifact | v3.1.3 | v4.3.1 | | github-tags | google-github-actions/release-please-action | v3 | v4 |
1 parent c02ada8 commit 8dba68c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/actions/save-logs/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
sudo chown $USER /tmp/uds-*.log || echo ""
1111
shell: bash
1212

13-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
13+
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
1414
with:
1515
name: debug-log
1616
path: |

.github/actions/setup/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
using: "composite"
1717
steps:
1818
- name: Use Node.js latest
19-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
19+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2020
with:
2121
node-version: 20
2222

@@ -33,14 +33,14 @@ runs:
3333
run: brew install defenseunicorns/tap/[email protected]
3434

3535
- name: Login to GHCR
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3
3737
with:
3838
registry: ghcr.io
3939
username: dummy
4040
password: ${{ inputs.gh_token }}
4141

4242
# Retries intermittent registry1 login action
43-
- uses: Wandalen/wretry.action@v1
43+
- uses: Wandalen/wretry.action@e9055066d72d2369a461fe647b0cd888d0650401 # v1
4444
with:
4545
attempt_limit: 3
4646
action: docker/login-action@v3

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
22+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
2323

2424
- name: Install commitlint
2525
run: npm install --save-dev @commitlint/{config-conventional,cli}

.github/workflows/pull-request-conditionals.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
lint-check:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2828
- name: Use Node.js latest
29-
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
29+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3030
with:
3131
node-version: 20
3232
- name: Set up Homebrew

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Create release tag
1717
id: tag
18-
uses: google-github-actions/release-please-action@v3
18+
uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e # v4
1919
with:
2020
command: manifest # use configs in release-please-config.json
2121
- id: release-flag

0 commit comments

Comments
 (0)