File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 permissions :
1212 contents : read
1313 pull-requests : write
14- uses : github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@5193129233b450e9174d4d92fcc467919a989882
14+ uses : github-community-projects/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29
1515 with :
1616 config-name : release-drafter.yml
1717 secrets :
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden the runner (Audit all outbound calls)
44- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
44+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
4545 with :
4646 egress-policy : audit
4747
5252
5353 # Initializes the CodeQL tools for scanning.
5454 - name : Initialize CodeQL
55- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
55+ uses : github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
5656 with :
5757 languages : ${{ matrix.language }}
5858 # If you wish to specify custom queries, you can do so here or in a config file.
6767 # ./location_of_script_within_repo/buildscript.sh
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
70+ uses : github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
7171 with :
7272 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
20+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2121 with :
2222 egress-policy : audit
2323
3535 echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3636
3737 - name : Run contributor action
38- uses : github-community-projects/contributors@7e077779e5e7bf810cc722e15b38ee63f86b880e
38+ uses : github-community-projects/contributors@e1118bad7bd389d10b53b363142a11245cbaa9f8
3939 env :
4040 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4141 START_DATE : ${{ env.START_DATE }}
Original file line number Diff line number Diff line change 2626 # If you do not check out your code, Copilot will do this for you.
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
29+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3030 with :
3131 egress-policy : audit
3232
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
20+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2121 with :
2222 egress-policy : audit
2323
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
19+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2020 with :
2121 egress-policy : audit
2222
Original file line number Diff line number Diff line change 2525 github.event.pull_request.draft == true
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
28+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change 1212 contents : read
1313 pull-requests : read
1414 statuses : write
15- uses : github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@5193129233b450e9174d4d92fcc467919a989882
15+ uses : github-community-projects/ospo-reusable-workflows/.github/workflows/pr-title.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29
1616 secrets :
1717 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : Harden the runner (Audit all outbound calls)
29- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
29+ uses : step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
3030 with :
3131 egress-policy : audit
3232
Original file line number Diff line number Diff line change 1616 id-token : write # Federate for artifact attestation
1717 attestations : write # Generate build provenance attestations
1818 discussions : write # Create release announcement discussion
19- uses : github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@5193129233b450e9174d4d92fcc467919a989882 # v1.2.2
19+ uses : github-community-projects/ospo-reusable-workflows/.github/workflows/release.yaml@13d124b245cf85ba41d9dd58d6888979043f1a29 # v1.2.3
2020 with :
2121 publish : true
2222 release-config-name : release-drafter.yml
You can’t perform that action at this time.
0 commit comments