docker: bump jauderho/golang from b65012b
to d98de3a
#502
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Dependency Review' | |
on: | |
pull_request: | |
workflow_dispatch: | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 | |
with: | |
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs | |
- name: 'Checkout Repository' | |
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 | |
- name: 'Dependency Review' | |
uses: actions/dependency-review-action@0659a74c94536054bfa5aeb92241f70d680cc78e |