diff --git a/.github/workflows/ci_main.yml b/.github/workflows/ci_main.yml index b9e2c3b09..88072a8cd 100644 --- a/.github/workflows/ci_main.yml +++ b/.github/workflows/ci_main.yml @@ -30,13 +30,13 @@ jobs: - name: Setup Java and Gradle id: setup-java-gradle - uses: ConsenSys/github-actions/java-setup-gradle@13686f2a2d5238304e9399bddd1ef02b0cfe45ee # main + uses: ConsenSys/github-actions/java-setup-gradle@979fb3e168f8f7af5e59378a02420c8f6fc4a6a9 # main with: VERSION: '25' - name: Determine Web3Signer version id: project-version - uses: ConsenSys/github-actions/java-get-project-version@13686f2a2d5238304e9399bddd1ef02b0cfe45ee # main + uses: ConsenSys/github-actions/java-get-project-version@979fb3e168f8f7af5e59378a02420c8f6fc4a6a9 # main # v3 - name: Authenticate to Google Cloud diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a95b5de71..aef1c4635 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: # 4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4 with: languages: java-kotlin # If you wish to specify custom queries, you can do so here or in a config file. @@ -44,7 +44,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -59,4 +59,4 @@ jobs: # 4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4 + uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4 diff --git a/.github/workflows/renovatebot.yml b/.github/workflows/renovatebot.yml index 14b61c32f..e22a34d25 100644 --- a/.github/workflows/renovatebot.yml +++ b/.github/workflows/renovatebot.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Run renovatebot - uses: ConsenSys/github-actions/renovatebot@13686f2a2d5238304e9399bddd1ef02b0cfe45ee # main + uses: ConsenSys/github-actions/renovatebot@979fb3e168f8f7af5e59378a02420c8f6fc4a6a9 # main with: GH_APP_ID: ${{ secrets.GH_APP_ID }} GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}