From 637cd3fb3a10241961067c4e307c718fff14f8bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 06:05:30 +0000 Subject: [PATCH] chore(deps): update gha --- .github/actions/build-and-scan/action.yaml | 6 +++--- .github/workflows/docker-build-push.yml | 10 +++++----- .github/workflows/gha-lint.yml | 4 ++-- .github/workflows/periodic-scan.yml | 2 +- .github/workflows/renovate-validate.yaml | 2 +- .github/workflows/stale.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/actions/build-and-scan/action.yaml b/.github/actions/build-and-scan/action.yaml index 9281573..8504f39 100644 --- a/.github/actions/build-and-scan/action.yaml +++ b/.github/actions/build-and-scan/action.yaml @@ -19,13 +19,13 @@ runs: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Build - uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7 with: context: ./docker push: false diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 08ab634..6c2f1aa 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -17,7 +17,7 @@ jobs: - name: Docker meta id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: # list of Docker images to use as base name for tags images: | @@ -45,16 +45,16 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up QEMU - uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 - name: Login to Docker Hub - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 with: username: ${{ vars.DOCKERHUB_ORYD_ORG_USER }} password: ${{ secrets.DOCKERHUB_ORYD_ORG_PAT }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7 with: distribution: goreleaser version: latest diff --git a/.github/workflows/gha-lint.yml b/.github/workflows/gha-lint.yml index 494a53a..ed6196e 100644 --- a/.github/workflows/gha-lint.yml +++ b/.github/workflows/gha-lint.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4 id: filter with: base: master @@ -24,4 +24,4 @@ jobs: - '.github/**' - name: actionlint if: ${{ steps.filter.outputs.workflows == 'true' }} - uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2 \ No newline at end of file + uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2 \ No newline at end of file diff --git a/.github/workflows/periodic-scan.yml b/.github/workflows/periodic-scan.yml index d64e05c..62129fe 100644 --- a/.github/workflows/periodic-scan.yml +++ b/.github/workflows/periodic-scan.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Docker meta id: meta - uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6 + uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6 with: # list of Docker images to use as base name for tags images: | diff --git a/.github/workflows/renovate-validate.yaml b/.github/workflows/renovate-validate.yaml index 37edb75..42ae6ba 100644 --- a/.github/workflows/renovate-validate.yaml +++ b/.github/workflows/renovate-validate.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4 id: filter with: base: master diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3578ddf..35e67b9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'ory' runs-on: ubuntu-latest steps: - - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10 + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: |