Skip to content

Commit 78108f0

Browse files
authored
deps: Update dependencies for github (major) (#117)
1 parent 549e122 commit 78108f0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
51+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/coverage.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Remove PR Label
3333
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
34-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
34+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
3535
with:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
script: |
@@ -54,7 +54,7 @@ jobs:
5454
- run: pip install nox coverage
5555

5656
- name: Checkout base branch
57-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
57+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5858
with:
5959
ref: ${{ github.base_ref }}
6060

@@ -67,7 +67,7 @@ jobs:
6767
coverage erase
6868
6969
- name: Checkout PR branch
70-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
70+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7171
with:
7272
ref: ${{ github.event.pull_request.head.sha }}
7373
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
issues: write
2929
pull-requests: write
3030
steps:
31-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
31+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Remove PR Label
3434
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
35-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
35+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
3636
with:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
script: |
@@ -55,7 +55,7 @@ jobs:
5555
run: pip install nox
5656

5757
- name: Checkout code
58-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
58+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5959
with:
6060
ref: ${{ github.event.pull_request.head.sha }}
6161
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
38+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3939
with:
4040
persist-credentials: false
4141

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- name: Remove PR label
4747
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
48-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
48+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |
@@ -61,7 +61,7 @@ jobs:
6161
}
6262
6363
- name: Checkout code
64-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
64+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6565
with:
6666
ref: ${{ github.event.pull_request.head.sha }}
6767
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- name: Remove PR label
125125
if: "${{ github.event.action == 'labeled' && github.event.label.name == 'tests: run' }}"
126-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
126+
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
127127
with:
128128
github-token: ${{ secrets.GITHUB_TOKEN }}
129129
script: |
@@ -139,7 +139,7 @@ jobs:
139139
}
140140
141141
- name: Checkout code
142-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
142+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
143143
with:
144144
ref: ${{ github.event.pull_request.head.sha }}
145145
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)