diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 21eafba..d137a6c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -33,7 +33,7 @@ jobs: name: Commit Messages runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6 diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 1d70f12..868c88c 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -27,7 +27,7 @@ jobs: outputs: go-version: ${{ steps.get-go-version.outputs.version }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: get-go-version id: get-go-version run: | @@ -52,7 +52,7 @@ jobs: needs: lint runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: ${{ needs.lint.outputs.go-version }} diff --git a/Makefile b/Makefile index ed7de1f..99d95f1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Include ODC common make targets -DEV_KIT_VERSION := v1.0.8 +DEV_KIT_VERSION := v1.0.9 -include common.mk common.mk: @[ -f .common.mk-download ] || \