From 7265aa4ca3dd38ef7dd5bb822120d92276ccb270 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 29 Apr 2025 21:54:56 -0400 Subject: [PATCH] update github actions to commits --- .github/dependabot.yaml | 6 ++++++ .github/workflows/node.js.yml | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..c75e875 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index b8942ff..125294c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,9 +15,9 @@ jobs: node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Use Node.js ${{ matrix.node-version }} and generate README file - uses: actions/setup-node@v3 + uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: node-version: '${{ matrix.node-version }}' - run: yarn @@ -40,9 +40,9 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Use Node.js ${{ matrix.node-version }} and build Insomnia package - uses: actions/setup-node@v3 + uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 with: node-version: ${{ matrix.node-version }} - run: yarn @@ -54,4 +54,4 @@ jobs: git pull git add . git commit -m "Update Insomnia package" - git push \ No newline at end of file + git push