From fad4f7452ed7dab68496f5685189c408ee5b424c Mon Sep 17 00:00:00 2001 From: edoapra Date: Sat, 25 Nov 2023 09:21:21 -0800 Subject: [PATCH 1/2] add libext/include top cache to pick f90 modules --- nwchem-dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nwchem-dev/Dockerfile b/nwchem-dev/Dockerfile index 1b8a88e..f7804c4 100644 --- a/nwchem-dev/Dockerfile +++ b/nwchem-dev/Dockerfile @@ -141,7 +141,7 @@ arch_123=$(uname -m|cut -c 1-3); if [[ "$arch" == "i686" ]] || [[ "$arch" == "i3 && ls -lrt libext/lib || true \ && strip ../bin/${NWCHEM_TARGET}/nwchem \ && rm libext/libxc/install/bin/xc* || true \ - && cd libext ; tar cjvf libext.tar.bz2 lib/* libxc/install/lib/* libxc/install/include/* ||true \ + && cd libext ; tar cjvf libext.tar.bz2 include/* lib/* libxc/install/lib/* libxc/install/include/* ||true \ && rm -rf lib/* libxc/install/lib/* ||true \ && cd $NWCHEM_TOP/src/NWints/simint/libsimint_source/ ; tar cjvf $NWCHEM_TOP/src/libext/simint.tar.bz2 simint_install/* || true \ && cd $NWCHEM_TOP/src && rm -rf NWints || true \ From 45aec257b6ad6370028ceffe1d6b08fa196dd7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:37:09 +0000 Subject: [PATCH 2/2] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hadolint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 3412571..c2e4be2 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -47,7 +47,7 @@ jobs: no-fail: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: hadolint-results.sarif wait-for-processing: true