File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed
Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 - name : Checkout repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0 # Fetch all history to compare with main
3232
4242 echo "changed_dirs=${CHANGED_DIRS}" >> $GITHUB_OUTPUT
4343
4444 - name : Set up Python
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ' 3.x'
4848
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 cancel-in-progress : true
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with : # Needed for git diff to work. (get_changed_files)
2323 fetch-depth : 0
2424 - run : |
2525 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
2626
2727 - name : Setup python environment
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.11
3131
Original file line number Diff line number Diff line change 1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 cancel-in-progress : true
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with : # Needed for git diff to work. (get_changed_files)
2323 fetch-depth : 0
2424 - run : |
Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
1818 group : ${{ github.workflow }}-${{ github.ref }}
1919 cancel-in-progress : true
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with : # Needed for git diff to work. (get_changed_files)
2323 fetch-depth : 0
2424 - run : |
2525 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
2626
2727 - name : Setup python environment
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.11
3131
3232 # For gcloud emulators.
3333 - name : Setup Java environment
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@v5
3535 with :
3636 java-version : ' 21'
3737 distribution : ' temurin'
Original file line number Diff line number Diff line change 1616 pull-requests : write
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - name : Setup python environment
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : 3.11
2424 cache : pip
3131 pip install -r infra/ci/requirements.txt
3232
3333 - name : setup go environment
34- uses : actions/setup-go@v5
34+ uses : actions/setup-go@v6
3535 with :
3636 go-version : ' stable'
3737 - run : go install github.com/ossf/criticality_score/cmd/criticality_score@latest
4646
4747 - name : Leave comments
4848 if : env.IS_INTERNAL == 'FALSE'
49- uses : actions/github-script@v7
49+ uses : actions/github-script@v8
5050 with :
5151 github-token : ${{secrets.GITHUB_TOKEN}}
5252 script : |
5959
6060 - name : Add labels for valid PR
6161 if : env.IS_READY_FOR_MERGE == 'True'
62- uses : actions/github-script@v7
62+ uses : actions/github-script@v8
6363 with :
6464 script : |
6565 github.rest.issues.addLabels({
Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 cancel-in-progress : true
1919 steps :
2020
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 with : # Needed for git diff to work. (get_changed_files)
2323 fetch-depth : 0
2424 - run : |
2525 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
2626
2727 - name : Setup python environment
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.11
3131 cache : pip
Original file line number Diff line number Diff line change 5656 ARCHITECTURE : ${{ matrix.architecture }}
5757
5858 steps :
59- - uses : actions/checkout@v4
59+ - uses : actions/checkout@v6
6060 with : # Needed for git diff to work. (get_changed_files)
6161 fetch-depth : 0
6262 - run : |
7474 sudo bash -c '(ionice -c 3 nice -n 19 rm -rf /usr/share/dotnet/ /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/share/powershell /usr/local/share/chromium /usr/local/lib/android /usr/local/lib/node_modules)&'
7575
7676 - name : Setup python environment
77- uses : actions/setup-python@v5
77+ uses : actions/setup-python@v6
7878 with :
7979 python-version : 3.11
8080 cache : pip
Original file line number Diff line number Diff line change 2929 HEAD_SHA : ${{ github.event.pull_request.head.sha }}
3030 steps :
3131 - name : ' Checkout code'
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 with :
3434 # Fetch all history so we can diff against the base branch.
3535 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments