diff --git a/.github/workflows/branch_release.yml b/.github/workflows/branch_release.yml index b864e71..7e0333a 100644 --- a/.github/workflows/branch_release.yml +++ b/.github/workflows/branch_release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Create branches and PRs uses: LabKey/gitHubActions/branch-release@develop diff --git a/.github/workflows/dockle_xeol.yml b/.github/workflows/dockle_xeol.yml index 7fedba0..e496744 100644 --- a/.github/workflows/dockle_xeol.yml +++ b/.github/workflows/dockle_xeol.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build an image from Dockerfile run: | cp labkeyServer-HelloWorld.jar labkeyServer.jar @@ -36,8 +36,10 @@ jobs: uses: noqcks/xeol-action@v1.1.1 with: image: "labkey/community:helloworld" + xeol-version: "v0.10.8" - name: Run xeol on dir uses: noqcks/xeol-action@v1.1.1 with: path: "." + xeol-version: "v0.10.8" \ No newline at end of file diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index f676640..9afb781 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -17,8 +17,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Run hadolint - uses: hadolint/hadolint-action@v3.1.0 + uses: hadolint/hadolint-action@v3.5.0 with: dockerfile: Dockerfile + ignore: 'DL3064,DL3025,DL3066' diff --git a/.github/workflows/merge_release.yml b/.github/workflows/merge_release.yml index 440c9a3..9742abb 100644 --- a/.github/workflows/merge_release.yml +++ b/.github/workflows/merge_release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Merge PR uses: LabKey/gitHubActions/merge-release@develop