From fbe4b0af1c4a4cd98ad417afd723edcc2feec768 Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Sat, 24 Aug 2024 00:06:28 +0900 Subject: [PATCH 1/2] Summarize GitHub Actions timeline --- .github/workflows/c.yml | 1 + .github/workflows/codeql-analysis.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/c.yml b/.github/workflows/c.yml index e9e71bc8..1273301c 100644 --- a/.github/workflows/c.yml +++ b/.github/workflows/c.yml @@ -8,6 +8,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: Kesin11/actions-timeline@v2 - uses: actions/checkout@v3 - name: preparation run: | diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8243ff1e..59c4820a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,6 +29,8 @@ jobs: # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection steps: + - uses: Kesin11/actions-timeline@v2 + - name: Checkout repository uses: actions/checkout@v2 with: From d421b0bd151c0b91b00dc81ac2eb8576f18b023c Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Sat, 24 Aug 2024 00:11:01 +0900 Subject: [PATCH 2/2] Enable Dependabot alerts for version update --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..e33811f6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"