Skip to content

Commit

Permalink
📌 Pin Examples to Major Version (#21)
Browse files Browse the repository at this point in the history
Instead of using no version or a specific minor version, pin examples to
major version.
  • Loading branch information
gilday committed May 30, 2024
1 parent 012e2da commit c49e19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion examples/defectdojo-pixeebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c49e19f

Please sign in to comment.