Skip to content

Commit b02cbd1

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#325)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...9bb5618) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d59d31d commit b02cbd1

9 files changed

+9
-9
lines changed

Diff for: .github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
54+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
5555

5656
# Initializes the CodeQL tools for scanning.
5757
- name: Initialize CodeQL

Diff for: .github/workflows/github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
working-directory: ./website
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
34+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
3535
with:
3636
ref: main
3737
- name: Set up Node

Diff for: .github/workflows/js-docs-builder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
26+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
2727
with:
2828
ref: main
2929
- name: Generate docs

Diff for: .github/workflows/js-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
14+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
1515
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # pin@v4
1616
with:
1717
node-version: '20.x'

Diff for: .github/workflows/js-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ "ubuntu-latest", "macos-latest" ]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
25+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
2626
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # pin@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}

Diff for: .github/workflows/python-e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
25+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
2626

2727
- name: Setup Python
2828
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5

Diff for: .github/workflows/python-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020

2121
steps:
22-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
22+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5

Diff for: .github/workflows/python-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ "ubuntu-latest", "macos-latest" ]
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
29+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
3030

3131
- name: Setup Python
3232
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # pin@v5

Diff for: .github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: "Checkout code"
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4
33+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # pin@v4
3434
with:
3535
persist-credentials: false
3636

0 commit comments

Comments
 (0)