diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5de92d49..3b9fbcf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -357,7 +357,7 @@ jobs: afl-showmap -C -i output -o /dev/null -- ./${BUILD_FOLDER}/arkscript -L ./lib @@ - name: Find Comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 if: steps.PR.outputs.pr_found == 'true' id: fc with: diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index dee222e2..073a3f1b 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -50,7 +50,7 @@ jobs: echo "EOF" >> $GITHUB_ENV - name: Find Comment - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 + uses: peter-evans/find-comment@fec22f13a3d7a949297e4b5f6b9f99a423eabba1 # v3.1.0 id: fc with: issue-number: ${{ github.event.pull_request.number }}