Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@70adb98ca8b3941524e9ecde48e89067c4f96736 #v3.0.0
with:
assignees: socuul
allowNoAssignees: true
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: write
steps:
- name: 'Auto-assign PR'
uses: pozil/auto-assign-issue@v1
uses: pozil/auto-assign-issue@70adb98ca8b3941524e9ecde48e89067c4f96736 #v3.0.0
with:
assignees: socuul
allowNoAssignees: true
10 changes: 5 additions & 5 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout Main
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
path: main
submodules: recursive
Expand All @@ -43,7 +43,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH

- name: Setup Theos
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
repository: theos/theos
ref: master
Expand All @@ -52,7 +52,7 @@ jobs:

- name: SDK Caching
id: SDK
uses: actions/cache@v4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
env:
cache-name: iPhoneOS16.2.sdk
with:
Expand Down Expand Up @@ -120,14 +120,14 @@ jobs:

- name: Upload Artifact
if: ${{ inputs.upload_artifact }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
with:
name: SCInsta_sideloaded_v${{ steps.scinsta_version.outputs.version }}
path: ${{ github.workspace }}/main/packages/${{ steps.package_name.outputs.package }}
if-no-files-found: error

- name: Create Release
uses: softprops/action-gh-release@v2.0.6
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda #v3.0.0
with:
name: SCInsta_sideloaded_v${{ steps.scinsta_version.outputs.version }}
files: ${{ github.workspace }}/main/packages/SCInsta_sideloaded_v*.ipa
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/buildtweak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout Main
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
path: main
submodules: recursive
Expand All @@ -31,7 +31,7 @@ jobs:
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH

- name: Setup Theos
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
with:
repository: theos/theos
ref: master
Expand All @@ -40,7 +40,7 @@ jobs:

- name: SDK Caching
id: SDK
uses: actions/cache@v4
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
env:
cache-name: iPhoneOS16.2.sdk
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
echo "package=$(ls -t main/packages | head -n1)" >> "$GITHUB_OUTPUT"

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1
with:
name: ${{ steps.package_name.outputs.package }}
path: ${{ github.workspace }}/main/packages/${{ steps.package_name.outputs.package }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-workflow-runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
contents: read
steps:
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
uses: Mattraks/delete-workflow-runs@b3018382ca039b53d238908238bd35d1fb14f8ee #v2.1.0
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
Expand Down