diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2c48305b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + groups: + github-actions: + patterns: ["*"] + schedule: + interval: "weekly" + cooldown: + default-days: 7 diff --git a/.github/workflows/Platform-Build.yml b/.github/workflows/Platform-Build.yml index 33f159dd0..8ae8c64cb 100644 --- a/.github/workflows/Platform-Build.yml +++ b/.github/workflows/Platform-Build.yml @@ -30,11 +30,11 @@ jobs: steps: # Checkout the repository - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 # Set up Python 3.12 - name: Set up Python 3.12 - uses: actions/setup-python@v4 + uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1 with: python-version: '3.12' @@ -135,7 +135,7 @@ jobs: # Upload the MSVM.fd file, MAP/, and PDB/ directories directly as an artifact - name: Upload Build Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: ${{matrix.target}}-${{matrix.arch}}-${{matrix.tools}}-artifacts path: | @@ -154,10 +154,10 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: path: artifacts