From c49e19f05eee0095a126cb87b955edd76bc8055e Mon Sep 17 00:00:00 2001 From: Johnathan Gilday Date: Thu, 30 May 2024 10:36:29 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Pin=20Examples=20to=20Major=20Ve?= =?UTF-8?q?rsion=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of using no version or a specific minor version, pin examples to major version. --- README.md | 2 +- examples/defectdojo-pixeebot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 403f134..ba04c3d 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }} steps: - - uses: pixee/upload-tool-results-action@v1.0.4 + - uses: pixee/upload-tool-results-action@v1 with: tool: sonar sonar-token: ${{ secrets.SONAR_TOKEN }} diff --git a/examples/defectdojo-pixeebot.yml b/examples/defectdojo-pixeebot.yml index 1b1f119..27da36b 100644 --- a/examples/defectdojo-pixeebot.yml +++ b/examples/defectdojo-pixeebot.yml @@ -12,7 +12,7 @@ jobs: name: Upload DefectDojo Findings to Pixeebot runs-on: ubuntu-latest steps: - - uses: pixee/upload-tool-results-action + - uses: pixee/upload-tool-results-action@v1 with: tool: defectdojo defectdojo-token: ${{ secrets.DEFECTDOJO_TOKEN }}