From 94f6972db46224e08abfe5d4af727b1be6dd9041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 10:11:40 +0000 Subject: [PATCH] Update smartcontractkit/.github requirement to cbc97df2ce7f100b4d75492a1db14b3d92ad8760 Updates the requirements on [smartcontractkit/.github](https://github.com/smartcontractkit/.github) to permit the latest version. - [Commits](https://github.com/smartcontractkit/.github/commits/cbc97df2ce7f100b4d75492a1db14b3d92ad8760) --- updated-dependencies: - dependency-name: smartcontractkit/.github dependency-version: cbc97df2ce7f100b4d75492a1db14b3d92ad8760 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-master.yml | 6 +++--- .github/workflows/push-master.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-request-master.yml b/.github/workflows/pull-request-master.yml index 7dcf60d..3ede73b 100644 --- a/.github/workflows/pull-request-master.yml +++ b/.github/workflows/pull-request-master.yml @@ -48,7 +48,7 @@ jobs: actions: read steps: - name: ci-lint - uses: smartcontractkit/.github/actions/ci-lint-go@bfaf6327551cb73461928845c80e758c44d07b27 # version 0.3.1 + uses: smartcontractkit/.github/actions/ci-lint-go@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # version 0.3.1 with: # env inputs use-env-files: "true" @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ci-lint-misc - uses: smartcontractkit/.github/actions/ci-lint-misc@6b08487b176ef7cad086526d0b54ddff6691c044 # ci-lint-misc@0.1.1 + uses: smartcontractkit/.github/actions/ci-lint-misc@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # ci-lint-misc@0.1.1 ci-test: runs-on: ubuntu-latest @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ci-sonarqube - uses: smartcontractkit/.github/actions/ci-sonarqube-go@3e11dbc45e4c8b18dd996fb417ccf22056176388 # ci-sonarqube-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-sonarqube-go@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # ci-sonarqube-go@0.1.0 with: # sonarqube inputs sonar-token: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 7074df0..88dfc5f 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -40,7 +40,7 @@ jobs: actions: read steps: - name: ci-lint - uses: smartcontractkit/.github/actions/ci-lint-go@7ac9af09dda8c553593d2153a975b43b6958fa9f # ci-lint-go@0.2.2 + uses: smartcontractkit/.github/actions/ci-lint-go@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # ci-lint-go@0.2.2 with: # env inputs use-env-files: "true" @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ci-sonarqube - uses: smartcontractkit/.github/actions/ci-sonarqube-go@3e11dbc45e4c8b18dd996fb417ccf22056176388 # ci-sonarqube-go@0.1.0 + uses: smartcontractkit/.github/actions/ci-sonarqube-go@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # ci-sonarqube-go@0.1.0 with: # sonarqube inputs sonar-token: ${{ secrets.SONAR_TOKEN }} @@ -97,7 +97,7 @@ jobs: steps: - name: cd-release id: cd-release - uses: smartcontractkit/.github/actions/cicd-changesets@6da79c7b9f14bec077df2c1ad40d53823b409d9c # cicd-changesets@0.3.3 + uses: smartcontractkit/.github/actions/cicd-changesets@cbc97df2ce7f100b4d75492a1db14b3d92ad8760 # cicd-changesets@0.3.3 with: # general inputs git-user: app-token-issuer-foundations[bot]