Skip to content

Commit ab0e1f5

Browse files
renovate[bot]slisson
authored andcommitted
build(deps): update actions/checkout digest to 93cb6ef
1 parent c91a773 commit ab0e1f5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
security-events: write
2323

2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2626
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2727
with:
2828
node-version-file: '.nvmrc'
@@ -86,7 +86,7 @@ jobs:
8686
test-model-api-gen-gradle:
8787
runs-on: ubuntu-24.04
8888
steps:
89-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
89+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9090
- name: Set up JDK
9191
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
9292
with:
@@ -106,7 +106,7 @@ jobs:
106106
test-model-client-js:
107107
runs-on: ubuntu-24.04
108108
steps:
109-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
109+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
110110
- name: Set up JDK
111111
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
112112
with:
@@ -126,7 +126,7 @@ jobs:
126126
test-bulk-model-sync-gradle:
127127
runs-on: ubuntu-24.04
128128
steps:
129-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
129+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
130130
- name: Set up JDK
131131
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
132132
with:

.github/workflows/dry-run-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Lint PR commits
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111
with:
1212
fetch-depth: 0
1313
# Use this action to run commitlint because pre-commit does not run it in CI.
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2323
with:
2424
fetch-depth: 0
2525
- name: Checkout branch

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
10+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1111
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
1212
with:
1313
node-version-file: '.nvmrc'
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: write
3838
steps:
3939
- name: Clone repo
40-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
40+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4141
with:
4242
# We need the history to find the common ancestor of the PR and the target branch from which we fetch the
4343
# baseline OpenAPI specifications to compare against.

.github/workflows/mps-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- "2024.1"
2929

3030
steps:
31-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
31+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3232
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3333
with:
3434
node-version-file: '.nvmrc'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# manual request via the workflow_dispatch event.
2424
PUSH: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }}
2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
26+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2727
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2828
with:
2929
node-version-file: '.nvmrc'

.github/workflows/push-mps-baseimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616

1717
# Add support for more platforms with QEMU (optional)
1818
# https://github.com/docker/setup-qemu-action

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: ${{ github.ref == 'refs/heads/main' }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
with:
1616
fetch-depth: 0
1717
token: ${{ secrets.RELEASE_TOKEN }}

0 commit comments

Comments
 (0)