File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 build :
3333 runs-on : ubuntu-24.04
3434 steps :
35- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
35+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3636 with :
3737 persist-credentials : false
3838
Original file line number Diff line number Diff line change 3333 if : github.repository == 'apache/cloudstack'
3434 runs-on : ubuntu-24.04
3535 steps :
36- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
36+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3737 with :
3838 fetch-depth : 0
3939 persist-credentials : false
@@ -255,7 +255,7 @@ jobs:
255255 smoke/test_list_storage_pools
256256 smoke/test_list_volumes" ]
257257 steps :
258- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
258+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
259259 with :
260260 fetch-depth : 0
261261 persist-credentials : false
Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ jobs:
3535 language : ["actions"]
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
38+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3939 with :
4040 persist-credentials : false
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
42+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4343 with :
4444 languages : ${{ matrix.language }}
4545 - name : Autobuild
46- uses : github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
46+ uses : github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
48+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4949 with :
5050 category : " Security"
Original file line number Diff line number Diff line change 3838 runs-on : ubuntu-24.04
3939 steps :
4040 - name : Login to Docker Registry
41- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
41+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
4242 with :
4343 registry : ${{ secrets.DOCKER_REGISTRY }}
4444 username : ${{ secrets.DOCKERHUB_USER }}
4747 - name : Set Docker repository name
4848 run : echo "DOCKER_REPOSITORY=apache" >> $GITHUB_ENV
4949
50- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
50+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5151 with :
5252 persist-credentials : false
5353
Original file line number Diff line number Diff line change 3131 name : Sonar JaCoCo Coverage
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
34+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3535 with :
3636 fetch-depth : 0
3737 persist-credentials : false
4141 install-python : ' true'
4242 install-apt-deps : ' true'
4343 - name : Cache SonarCloud packages
44- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
44+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4545 with :
4646 path : ~/.sonar/cache
4747 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 runs-on : ubuntu-24.04
3333 steps :
3434 - name : Check Out
35- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
35+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3636 with :
3737 persist-credentials : false
3838 - name : Set up Python
39- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
39+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4040 with :
4141 python-version : ' 3.11'
4242 cache : ' pip'
4545 - name : Set PY
4646 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
4747 - name : Cache pre-commit environments
48- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
48+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4949 with :
5050 path : ~/.cache/pre-commit
5151 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 3232 build :
3333 runs-on : ubuntu-24.04
3434 steps :
35- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
35+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3636 with :
3737 persist-credentials : false
3838 - name : Setup Environment
Original file line number Diff line number Diff line change 2929 name : Sonar JaCoCo Coverage
3030 runs-on : ubuntu-24.04
3131 steps :
32- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
32+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3333 with :
3434 fetch-depth : 0
3535 persist-credentials : false
3939 install-python : ' true'
4040 install-apt-deps : ' true'
4141 - name : Cache SonarCloud packages
42- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
42+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4343 with :
4444 path : ~/.sonar/cache
4545 key : ${{ runner.os }}-sonar
You can’t perform that action at this time.
0 commit comments