diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-10-12 08:44:06 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 09:40:51 +0700 |
commit | fe3de60a07a2722165de2cb1872c25ef0823b0c4 (patch) | |
tree | 037d9bb747452f629908cc9d64a167cced0dc042 /.github/workflows | |
parent | 688bb4c71151d6c1f10e35cf432695ca3eb0073f (diff) |
git/ci: Update CI dependencies.
Updates:
- all github actions
- sbo-maintainer-tools
- gitlab cli
- gitlab ci build images
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1660d90d81362..9d65552d1ae71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ concurrency: env: # renovate: datasource=docker depName=aclemons/sbo-maintainer-tools versioning=loose - SBO_MAINTAINER_TOOLS_IMAGE: aclemons/sbo-maintainer-tools:0.9.2.1-15.0@sha256:189ed00ee0cfc66b5b2c03bf512c02b881519feacd16e0c8d24afd9db4fb9faf + SBO_MAINTAINER_TOOLS_IMAGE: aclemons/sbo-maintainer-tools:0.9.3-15.0@sha256:570ccd359aafa3df56d3316dc1f8206a1902c1e53829cf2e70dde9e8b6fc93d3 jobs: changes: @@ -24,7 +24,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: show-progress: false fetch-depth: 2 @@ -33,7 +33,7 @@ jobs: - name: Get slackbuild directories which have changes. id: changed-dirs - uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7 + uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3 with: base_sha: ${{ github.event.pull_request.base.sha }} dir_names: true @@ -72,7 +72,7 @@ jobs: matrix: include: ${{ fromJSON(needs.changes.outputs.matrix) }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: show-progress: false ref: ${{ github.head_ref }} @@ -133,7 +133,7 @@ jobs: matrix: include: ${{ fromJSON(needs.changes.outputs.matrix) }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: show-progress: false ref: ${{ github.head_ref }} @@ -144,7 +144,7 @@ jobs: - name: Look up dependencies id: get_deps - uses: fjogeleit/http-request-action@44816be1eabb9c1122d8d775923f39bbe55c67a3 # v1.16.1 + uses: fjogeleit/http-request-action@bf78da14118941f7e940279dd58f67e863cbeff6 # v1.16.3 with: url: 'https://slackbuilds.org/revdeps.php?q=${{ env.PACKAGE_NAME }}' method: 'GET' |