From 45431dcd365ebea81bba70e8cfccf4e2744fa0a2 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sun, 15 Oct 2023 19:42:52 +0200 Subject: [PATCH 1/3] Add Dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f26fd70 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: +- package-ecosystem: gitsubmodule + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + +- package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' From 99deb09ea267374b1cb8b65d8d016e2a13c40bc4 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sun, 15 Oct 2023 19:44:41 +0200 Subject: [PATCH 2/3] Pin actions to hashes --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/test_logger_ci.yml | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d77245c..6ca5599 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Example.jl - uses: actions/checkout@v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: repository: julia-actions/Example.jl @@ -41,16 +41,16 @@ jobs: shell: bash - name: Checkout julia-runtest - uses: actions/checkout@v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: path: ./.github/actions/julia-runtest - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 env: cache-name: cache-artifacts with: @@ -61,13 +61,13 @@ jobs: ${{ runner.os }}-test- ${{ runner.os }}- - - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia-buildpkg@00f9fd6b2600be0a8d80566dd4d4d2389b3468eb - uses: ./.github/actions/julia-runtest - - uses: julia-actions/julia-processcoverage@v1 + - uses: julia-actions/julia-processcoverage@03114f09f119417c3242a9fb6e0b722676aedf38 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d with: file: lcov.info diff --git a/.github/workflows/test_logger_ci.yml b/.github/workflows/test_logger_ci.yml index 0120f37..5c8698c 100644 --- a/.github/workflows/test_logger_ci.yml +++ b/.github/workflows/test_logger_ci.yml @@ -32,14 +32,14 @@ jobs: steps: - name: Checkout julia-runtest - uses: actions/checkout@v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 - - uses: julia-actions/setup-julia@v1 + - uses: julia-actions/setup-julia@f40c4b69330df1d22e7590c12e76dc2f9c66e0bc with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 env: cache-name: cache-artifacts with: From 554c02c590fe5dbcb4244636bf523250af5039fa Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sun, 15 Oct 2023 19:47:45 +0200 Subject: [PATCH 3/3] Only update github-actions --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f26fd70..910f95d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,5 @@ version: 2 updates: -- package-ecosystem: gitsubmodule - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10 - - package-ecosystem: 'github-actions' directory: '/' schedule: