File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828    #  See https://goreleaser.com/blog/supply-chain-security/
2929    - name : installs syft for generating the SBOM with goreleaser 
3030      if : " ${{ inputs.goreleaser == 'true' }}" 
31-       uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45   #  v0.20.4 
31+       uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c   #  v0.20.5 
Original file line number Diff line number Diff line change 1919      contents : write 
2020    runs-on : ubuntu-latest 
2121    steps :
22-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
22+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
2323
2424      - name : Bootstrap Action Workspace 
2525        uses : ./.github/actions/bootstrap 
Original file line number Diff line number Diff line change 2020  build :
2121    runs-on : ubuntu-latest 
2222    steps :
23-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
23+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
2424        with :
2525          fetch-depth : 0 
2626
6161          retention-days : 5 
6262
6363      - name : generate build provenance (binaries) 
64-         uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be    #  v2.4 .0
64+         uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a    #  v3.0 .0
6565        with :
6666          subject-path : " ${{ github.workspace }}/dist/*.*" 
6767
@@ -71,13 +71,13 @@ jobs:
7171        run : .ci/get-docker-provenance.sh 
7272
7373      - name : generate build provenance (containers x86_64) 
74-         uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be    #  v2.4 .0
74+         uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a    #  v3.0 .0
7575        with :
7676          subject-name : ${{ steps.image.outputs.name_1 }} 
7777          subject-digest : ${{ steps.image.outputs.digest_1 }} 
7878
7979      - name : generate build provenance (containers arm64) 
80-         uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be    #  v2.4 .0
80+         uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a    #  v3.0 .0
8181        with :
8282          subject-name : ${{ steps.image.outputs.name_2 }} 
8383          subject-digest : ${{ steps.image.outputs.digest_2 }} 
Original file line number Diff line number Diff line change 3434      contents : read 
3535      id-token : write 
3636    steps :
37-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
37+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
3838      - name : Bootstrap Action Workspace 
3939        uses : ./.github/actions/bootstrap 
4040        with :
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ jobs:
3333          - " macos-latest" 
3434    runs-on : ${{ matrix.platform }} 
3535    steps :
36-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
36+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
3737      - name : Bootstrap Action Workspace 
3838        uses : ./.github/actions/bootstrap 
3939      - name : Test 
4040        run : make test 
4141  build :
4242    runs-on : ubuntu-latest 
4343    steps :
44-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
44+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
4545
4646      - name : Bootstrap Action Workspace 
4747        uses : ./.github/actions/bootstrap 
6161  lint :
6262    runs-on : ubuntu-latest 
6363    steps :
64-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
64+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
6565      - name : Bootstrap Action Workspace 
6666        uses : ./.github/actions/bootstrap 
6767      - run : make lint-prep 
7070  notice :
7171    runs-on : ubuntu-latest 
7272    steps :
73-       - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4
73+       - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8   #  v4
7474      - name : Bootstrap Action Workspace 
7575        uses : ./.github/actions/bootstrap 
7676      - name : notice 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments