From 93cfb63eee1456fa2e1b7b3af277504a3eba015c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:46:14 +0000 Subject: [PATCH] Bump andstor/file-existence-action from 2.0.0 to 3.0.0 Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/andstor/file-existence-action/releases) - [Commits](https://github.com/andstor/file-existence-action/compare/20b4d2e596410855db8f9ca21e96fbe18e12930b...076e0072799f4942c8bc574a82233e1e4d13e9d6) --- updated-dependencies: - dependency-name: andstor/file-existence-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy.yml | 2 +- .github/workflows/dependency-check.yml | 2 +- .github/workflows/semgrep.yml | 2 +- .github/workflows/snyk.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index b7d64b8053..b98562cc91 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -40,7 +40,7 @@ jobs: max-allowed-issues: 2147483647 - name: Check file existence id: check_files - uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 with: files: results.sarif - name: Remove duplicate runs diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index c34798ea12..9d791f3984 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -52,7 +52,7 @@ jobs: arguments: dependencyCheckAggregate --no-configuration-cache - name: Check file existence id: check_files - uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 with: files: build/reports/dependency-check-report.sarif - name: Upload result to GitHub Code Scanning diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 4b5e1bdaf1..5f0f303ad0 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -27,7 +27,7 @@ jobs: p/semgrep-misconfigurations - name: Check file existence id: check_files - uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 with: files: results.sarif - name: Remove duplicate rules diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 7d08fdd801..67819db1a5 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -49,7 +49,7 @@ jobs: args: --sarif-file-output=snyk.sarif --all-sub-projects -- --no-configuration-cache - name: Check file existence id: check_files - uses: andstor/file-existence-action@20b4d2e596410855db8f9ca21e96fbe18e12930b # v2.0.0 + uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 with: files: snyk.sarif - name: Upload result to GitHub Code Scanning