diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64fe027..10f045c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sourcecode - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Cache Local Maven Repository uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 @@ -52,6 +52,6 @@ jobs: run: mvn -B install - name: 'Codecov' - uses: codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1 + uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/generate-sunspec-parser/pom.xml b/generate-sunspec-parser/pom.xml index d2f2c92..493e8d2 100644 --- a/generate-sunspec-parser/pom.xml +++ b/generate-sunspec-parser/pom.xml @@ -31,7 +31,7 @@ 4.12.0 1.0.1-${antlr.version} - 5.3.36 + 5.3.37