Skip to content

Commit 083eabb

Browse files
committed
chore(renovate): pin Update pin
1 parent b0ef181 commit 083eabb

9 files changed

+19
-19
lines changed

.github/workflows/bump-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
17+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
1818
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
1919
with:
2020
node-version-file: '.nvmrc'
@@ -30,7 +30,7 @@ jobs:
3030
release_branches: main
3131
pre_release_branches: dev
3232
- name: Create a GitHub release
33-
uses: ncipollo/release-action@18eadf9c9b0f226f47f164f5373c6a44f0aae169 # v1
33+
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1
3434
with:
3535
tag: ${{ steps.tag_version.outputs.new_tag }}
3636
name: Release ${{ steps.tag_version.outputs.new_tag }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
41+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
45+
uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
59+
uses: github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@a669cc5936cc5e1b6a362ec1ff9e410dc570d190 # v2
72+
uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2

.github/workflows/lint-codeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
timeout-minutes: 10
3030
steps:
31-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
31+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
3232
- uses: mszostok/codeowners-validator@7f3f5e28c6d7b8dfae5731e54ce2272ca384592f # tag=v0.7.4
3333
with:
3434
checks: "files,duppatterns,syntax"

.github/workflows/lint-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
18+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
1919
- name: shellcheck
20-
uses: reviewdog/action-shellcheck@66c9a47bf02255b250284a82251cb4cadf5043f5 # tag=v1
20+
uses: reviewdog/action-shellcheck@66eb2b135834bedc025f2e23e25598cbcb12b3c5 # v1
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
reporter: github-pr-review

.github/workflows/test_failure_organisation_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_failure_repository_not_installed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
action_step_conclusion: ${{ steps.use_action.conclusion }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2323
- name: Use action
2424
id: use_action
2525
uses: ./

.github/workflows/test_organisation_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
27+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
33+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
3434

3535
- name: Use action
3636
id: use_action
@@ -49,7 +49,7 @@ jobs:
4949
console.log(JSON.stringify(repo, null, 2));
5050
5151
- name: Use token to checkout repository
52-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
52+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
5353
with:
5454
token: ${{ steps.use_action.outputs.token }}
5555
repository: CattleDip/demo-gha-install-token

.github/workflows/test_repository_installed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
steps:
2525
- name: Checkout specified branch
2626
if: github.event_name == 'workflow_dispatch'
27-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
27+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2828
with:
2929
ref: ${{ github.event.inputs.branch }}
3030

3131
- name: Checkout
3232
if: github.event_name != 'workflow_dispatch'
33-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
33+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
3434

3535
- name: Use action
3636
id: use_action
@@ -48,7 +48,7 @@ jobs:
4848
console.log(JSON.stringify(repo, null, 2));
4949
5050
- name: Use token to checkout repository
51-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
51+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
5252
with:
5353
token: ${{ steps.use_action.outputs.token }}
5454
repository: sammcj/demo-gha-install-token

.github/workflows/test_repository_installed_limited.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
22+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
2323

2424
- name: Use action
2525
id: use_action
@@ -38,7 +38,7 @@ jobs:
3838
console.log(JSON.stringify(repo, null, 2));
3939
4040
- name: Use token to checkout repository
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
41+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
4242
with:
4343
token: ${{ steps.use_action.outputs.token }}
4444
repository: sammcj/demo-gha-install-token

0 commit comments

Comments
 (0)