diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 459c08583..23137d824 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ jobs: # experimental: true steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 with: persist-credentials: false - uses: actions/cache@v3.3.1 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 4a17fa5ef..fb3cc592f 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -40,7 +40,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # 3.5.2 + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3 with: persist-credentials: false @@ -64,6 +64,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # 2.3.3 + uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # 2.20.1 with: sarif_file: results.sarif diff --git a/pom.xml b/pom.xml index 01990c47f..70593e636 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ RC1 COMMONSSITE - 57 + 58 true Gary Gregory 86fdc7e2a11262cb @@ -152,8 +152,8 @@ 1.8.0 1.1 3.3.0 - 3.1.0 - 6.4.0 + 3.2.0 + 6.4.1 5.9.3 3.12.1 3.2.1 - 4.7.3.4 + 4.7.3.5 4.7.3 3.0.0 3.0.0 @@ -682,7 +682,7 @@ org.codehaus.mojo versions-maven-plugin - 2.15.0 + 2.16.0 org.jacoco diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c0664c664..3c9d62dbf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,6 +64,11 @@ The type attribute can be add,update,fix,remove. + Bump various GitHub actions is /.github. + Bump versions-maven-plugin from 2.15.0 to 2.16.0 #276. + Bump buildnumber-maven-plugin from 3.1.0 to 3.2.0 #277. + Bump biz.aQute.bndlib from 6.4.0 to 6.4.1 #279. + Bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 #284.