Skip to content

Commit 7ecc172

Browse files
authored
Merge pull request #135 from quarkslab/dependabot/github_actions/actions-004a571ba5
Bump the actions group with 5 updates
2 parents 0f01c85 + 1dfa2ce commit 7ecc172

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/binaryninja.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: "Check generated protobuf and test BinaryNinja extension"
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030
with:
3131
persist-credentials: false
3232

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
full_build: ${{ steps.set-matrix.outputs.full_build }}
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
with:
4444
fetch-depth: 0
4545
persist-credentials: false
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ${{ matrix.os }}
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
87+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8888
with:
8989
persist-credentials: false
9090

@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ${{ matrix.os }}
195195
steps:
196196
- name: Checkout
197-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
197+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
198198
with:
199199
persist-credentials: false
200200

@@ -278,7 +278,7 @@ jobs:
278278
if: needs.setup.outputs.full_build == 'true'
279279
runs-on: ubuntu-latest
280280
steps:
281-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
281+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
282282
with:
283283
persist-credentials: false
284284
lfs: true
@@ -299,7 +299,7 @@ jobs:
299299
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
300300
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
301301
302-
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
302+
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
303303
with:
304304
distribution: temurin
305305
java-version: '21'
@@ -331,7 +331,7 @@ jobs:
331331
working-directory: ghidra_extension
332332
run: ./gradlew installExtension
333333

334-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
334+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
335335
with:
336336
python-version: '3.12'
337337

@@ -395,7 +395,7 @@ jobs:
395395
fi
396396
397397
- name: Checkout
398-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
398+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
399399
with:
400400
persist-credentials: false
401401

@@ -639,7 +639,7 @@ jobs:
639639
contents: write
640640
steps:
641641
- name: Checkout
642-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
642+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
643643
with:
644644
persist-credentials: false
645645

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
pages: write
2828
id-token: write
2929
steps:
30-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131
with:
3232
fetch-depth: 0
33-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
33+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
3434
with:
3535
python-version: '3.10'
3636
- name: Install Dependencies

.github/workflows/ghidra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: "Build and test Ghidra extension"
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
with:
4141
persist-credentials: false
4242
lfs: true
@@ -57,7 +57,7 @@ jobs:
5757
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
5858
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
5959
60-
- uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
60+
- uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
6161
with:
6262
distribution: temurin
6363
java-version: '21'

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
os: [ubuntu-latest, macos-latest]
4040
python-version: ["3.10", "3.11", "3.12", "3.13"]
4141
steps:
42-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
42+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4343
with:
4444
persist-credentials: false
4545
lfs: true
46-
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
46+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install libmagic (macOS)

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1616
with:
1717
persist-credentials: false
1818
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -30,7 +30,7 @@ jobs:
3030
build_sdist:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434
with:
3535
persist-credentials: false
3636
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
@@ -60,7 +60,7 @@ jobs:
6060
merge-multiple: true
6161

6262
- name: Publish a Python distribution to PyPI
63-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
63+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
6464
with:
6565
attestations: true
6666

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
actions: read
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131
with:
3232
persist-credentials: false
3333

@@ -40,7 +40,7 @@ jobs:
4040
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141

4242
- name: Upload SARIF file
43-
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
43+
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
4444
with:
4545
sarif_file: results.sarif
4646
category: zizmor

0 commit comments

Comments
 (0)