Skip to content

Commit 95df957

Browse files
Bump the actions group with 7 updates (#505)
2 parents 49a34e7 + abb8ee3 commit 95df957

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
actions: read
3838
steps:
3939
- name: Harden Runner
40-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
40+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4141
with:
4242
disable-sudo: true
4343
egress-policy: block
@@ -48,7 +48,7 @@ jobs:
4848
pypi.org:443
4949
- name: Generate App Token
5050
id: token_generator
51-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
51+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5252
with:
5353
app-id: ${{ secrets.BIRDHOUSE_HELPER_BOT_ID }}
5454
private-key: ${{ secrets.BIRDHOUSE_HELPER_BOT_KEY }}
@@ -58,7 +58,7 @@ jobs:
5858
token: ${{ steps.token_generator.outputs.token }}
5959
persist-credentials: false
6060
- name: Set up Python3
61-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
61+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6262
with:
6363
python-version: "3.x"
6464
- name: Import GPG Key
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
echo "new_version=$(bump-my-version show current_version)"
8686
- name: Push Changes
87-
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
87+
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
8888
with:
8989
force: false
9090
branch: ${{ github.ref }}

.github/workflows/docker-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424
with:
2525
disable-sudo: true
2626
egress-policy: block

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
pull-requests: write
2828
steps:
2929
- name: Harden Runner
30-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3131
with:
3232
disable-sudo: true
3333
egress-policy: block
3434
allowed-endpoints: >
3535
api.github.com:443
3636
- name: Labeler
37-
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
37+
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
3838
with:
3939
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424
with:
2525
egress-policy: audit
2626
- name: Checkout Repository
2727
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
persist-credentials: false
3030
- name: Set up Python${{ matrix.python-version }}
31-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
31+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3232
with:
3333
python-version: "3.x"
3434
cache: pip
@@ -53,15 +53,15 @@ jobs:
5353
python-version: [ "3.10", "3.11", "3.12" ]
5454
steps:
5555
- name: Harden Runner
56-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
56+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
5757
with:
5858
egress-policy: audit
5959
- name: Checkout Repository
6060
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6161
with:
6262
persist-credentials: false
6363
- name: Setup Conda (Micromamba) with Python${{ matrix.python-version }}
64-
uses: mamba-org/setup-micromamba@b09ef9b599704322748535812ca03efb2625677b # v2.0.5
64+
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7
6565
with:
6666
cache-downloads: true
6767
cache-environment: true

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2222
with:
2323
disable-sudo: true
2424
egress-policy: block
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
persist-credentials: false
3535
- name: Set up Python3
36-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
36+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3737
with:
3838
python-version: "3.x"
3939
- name: Install CI libraries
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
python -m flit build
4545
- name: Publish distribution 📦 to PyPI
46-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
46+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/tag-testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2222
with:
2323
disable-sudo: true
2424
egress-policy: block
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
persist-credentials: false
3535
- name: Set up Python3
36-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
36+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3737
with:
3838
python-version: "3.x"
3939
- name: Install CI libraries
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
python -m flit build
4545
- name: Publish distribution 📦 to Test PyPI
46-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
46+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
4747
with:
4848
repository-url: https://test.pypi.org/legacy/
4949
skip-existing: true

0 commit comments

Comments
 (0)