Skip to content

Commit 5273eb2

Browse files
chore(deps): update ci references
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ad05beb commit 5273eb2

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/container-publish.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
40+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4141
with:
4242
submodules: recursive
4343

4444
# Install the cosign tool except on PR
4545
# https://github.com/sigstore/cosign-installer
4646
- name: Install cosign
4747
if: github.event_name != 'pull_request'
48-
uses: sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
48+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
4949
with:
5050
cosign-release: 'v2.2.4'
5151

5252
# Set up BuildKit Docker container builder to be able to build
5353
# multi-platform images and export cache
5454
# https://github.com/docker/setup-buildx-action
5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
56+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5757

5858
# Login against a Docker registry except on PR
5959
# https://github.com/docker/login-action
6060
- name: Log into registry ${{ env.REGISTRY }}
6161
if: github.event_name != 'pull_request'
62-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
62+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
6363
with:
6464
registry: ${{ env.REGISTRY }}
6565
username: ${{ secrets.QUAY_IOP_BUILD_USERNAME }}
@@ -69,7 +69,7 @@ jobs:
6969
# https://github.com/docker/metadata-action
7070
- name: Extract Docker metadata
7171
id: meta
72-
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
72+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
7373
with:
7474
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7575
tags: |
@@ -82,7 +82,7 @@ jobs:
8282
# https://github.com/docker/build-push-action
8383
- name: Build and push Docker image
8484
id: build-and-push
85-
uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0
85+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
8686
with:
8787
platforms: linux/amd64,linux/arm64
8888
context: .

.github/workflows/generate-requirements-txt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
22+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Python
26-
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
26+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2727
- name: Pre-Commit
2828
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1919
- name: Generate token
2020
id: app-token
21-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
21+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2222
with:
2323
app-id: ${{ secrets.SEMANTIC_RELEASE_APP_ID }}
2424
private-key: ${{ secrets.SEMANTIC_RELEASE_PK }}
2525
- name: Checkout
26-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false # The auth token is persisted in the local git config. semantic-release picks this one instead of GH_TOKEN
@@ -39,7 +39,7 @@ jobs:
3939
git config --global commit.gpgSign true
4040
git config --global tag.gpgSign true
4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
42+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Run python-semantic-release

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
PGPORT: "5433"
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
27+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2828
with:
2929
fetch-depth: 0
3030
- name: Check environment variables
3131
run: |
3232
/bin/bash scripts/check_vars.sh
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Check init.py
@@ -48,4 +48,4 @@ jobs:
4848
run: |
4949
/bin/bash run_tests.sh
5050
- name: Run codecov
51-
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
51+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0

0 commit comments

Comments
 (0)